home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / misc / acnet32.arj / G_PRINT.BAT < prev    next >
DOS Batch File  |  1994-01-02  |  423b  |  15 lines

  1. @ECHO OFF
  2. REM  G_PRINT.BAT  -  for printing .IBM .E24 & .HPK graphfiles which use
  3. REM     redefined characters and graphics.  Assumes graphfile is in the
  4. REM     GRFFILES directory.  Change LPT1: if using another printer port.
  5. REM     Example of use  -  G_PRINT HPFILTER.HPK
  6. ECHO.
  7. ECHO.
  8. ECHO            PRINTING GRAPH NOW
  9. ECHO            ──────────────────
  10. ECHO.
  11. ECHO.
  12. TYPE GRFFILES\%1 > LPT1:
  13. ECHO.
  14. @ECHO ON
  15.